* emacsclient.c (getcwd): Fix previous change.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 25 Jul 2010 03:36:54 +0000 (05:36 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 25 Jul 2010 03:36:54 +0000 (05:36 +0200)
commitf0dda483ea6c156120fbbed1532b3c75a5a2f641
tree387ea5543dfc7687dadcb0388030144cfc4062e7
parentfa24791995d670b1356c9cbf9c622b4a9b0e219d
* emacsclient.c (getcwd): Fix previous change.
  Make getcwd conditional on HAVE_GETCWD and declare with the
  correct POSIX profile (for some reason MinGW headers define
  its 2nd arg as int, not size_t; but getcwd is not used on
  Windows nonetheless).
lib-src/ChangeLog
lib-src/emacsclient.c